 /*Valentine's 2025 A - Wish
Arcana: Lovers
Alignment: Candy/NEW - Sweet Dream
And idea percolating for a while. This one aims for the vibe of a whispered confession between close friends. It's tender and pink!
Maybe twin tail day got me off my butt?
meiQts 25.2.2
*/

@font-face {
    font-family: 'Janson';
    src: url('https://megidochan.de/static/fonts/janson.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'GenEiLate';
    src: url('https://megidochan.de/static/fonts/GenEi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background: url('https://megidochan.de/static/themes/lovers/majechoc.png') no-repeat,
url('https://megidochan.de/static/themes/lovers/whiteband.png') repeat-y, url('https://megidochan.de/static/themes/lovers/whiteband.png') repeat-y,
url('https://megidochan.de/static/themes/lovers/hearts.png'),
linear-gradient(180deg, #f2d1e6, #ffc0cb);
    background-position: bottom right, right, left, center, center;
    background-size: auto 100%, 48px auto, 48px auto, cover, auto;
    background-attachment: fixed, scroll, scroll, fixed, fixed;
    font-family: 'Janson', sans-serif;
    color: #fff9f9;
}

.thread {
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(255, 182, 193, 0.6);
    font-family: 'GenEiLate', sans-serif;
color: #8a8578;
}

div.post.reply {
    background: linear-gradient(90deg, rgba(255, 249, 249, 0.9) 0%, rgba(255, 223, 229, 0.9) 100%);
    border: 2px solid #ffc0cb;
    border-radius: 16px;
    padding: 6px;
    color: #8a8578;
}

div.post.op {
    background: linear-gradient(90deg, rgba(255, 218, 230, 0.95) 0%, rgba(255, 182, 193, 0.95) 100%);
    border: 3px solid #ffc0cb;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 3px 6px rgba(224, 102, 102, 0.5);
}

div.reply:hover {
    border: 2px solid #8a8578;
    box-shadow: 0 0 12px rgba(255, 249, 249, 0.6);
}

div.post.reply.highlighted {
    background: linear-gradient(90deg, rgba(242, 209, 230, 0.9) 0%, rgba(255, 192, 203, 0.9) 100%);
    border: 2px solid #ff4081;
    box-shadow: 0 0 12px rgba(255, 64, 129, 0.6);
}


span.quote {
    color: #FF7EB3;
    font-style: italic;
}

p.intro span.name {
   color: #6d4c41;}

.intro span.subject {
	font-size: 16px;
	color: #A10000;
}



a, a:visited {
    color: #e91e63;
    text-decoration: none;
}

a:hover {
    color: #ad1457;
    text-decoration: underline;
}

header div.subtitle, h1 {
    font-family: 'Janson', serif;
    text-align: center;
    font-size: 22pt;
    color: #880e4f;
}

form table {
    width: 60%;
    background: rgba(255, 240, 245, 0.85);
    border: 2px solid #f8bbd0;
    border-radius: 12px;
}

form table tr th {
    background: #8a8578;
    color: #fff9f9;
    border-radius: 8px;
}


input[type="text"], textarea, select {
    background: #fff3f6;
    border: 2px solid #ff80ab;
    border-radius: 6px;
    padding: 4px;
    font-family: 'Courier New', monospace;
    color: #6d4c41;
}

input[type="text"]:focus, textarea:focus, select:focus {
    border-color: #f48fb1;
    box-shadow: 0 0 8px #f48fb1;
}

input[type="submit"], button {
    background: #f2d1e6;
    border: 1px solid #fff9f9;
    color: #8a8578;
    font-family: 'Courier New', monospace;
    border-radius: 8px;
    transition: background 0.3s;
}

input[type="submit"]:hover, button:hover {
    background: #ffc0cb;
    border-color: #c2185b;
}

hr {
    border: none;
    height: 4px;
    background: linear-gradient(to right, #ff80ab, #f8bbd0);
}

::selection {
    background-color: #ff80ab;
    color: white;
}

div.banner {
    background: linear-gradient(135deg, #f8bbd0, #ff80ab);
    padding: 10px;
    text-align: center;
    font-family: 'Janson', serif;
    font-size: 18px;
    color: #fff;
}

div.pages {
   width: 66%;
   text-align: center !important;
   background-color: #fff9f9;
   box-shadow: 6px 6px rgba(255, 192, 203, 0.5) !important;
   }

div.pages.top {
    display: block;
    position: static;
    top: 0;
    right: 0;
    opacity: 0.9;
}



div.ban h2 {
    background: #8a8578;
    color:  #fff9f9;
    font-size: 12pt;}

div.module, div.ban {
 background: linear-gradient(90deg, rgba(242, 209, 230, 0.9) 0%, rgba(255, 192, 203, 0.9) 100%);
    color: #8a8578;
    border: 1px solid #b2a08d;
    max-width: 800px;
 font-family: 'GenEiLate', sans-serif;
    margin: 30px auto;
}



img {
    filter:  drop-shadow(1px 0px 0px #f2d1e6) drop-shadow(0px 1px 1px #f2d1e6) drop-shadow(-1px 0px 0px #f2d1e6) drop-shadow(0px -1px 0px #f2d1e6);
}

.post-emoji {
   margin: 5px;

}


/*revert to on hover */


img:hover {
    filter: none;
}


 p.unimportant {
 visibility: hidden;
 }


   
/* For Firefox */
html {
    scrollbar-width: normal;
    scrollbar-color: #ffc0cb #7a7578;
}

* {
    scrollbar-width: normal;
    scrollbar-color: rgba(255, 192, 203, 0.8) rgba(138, 133, 120, 0.2);
}